floatArrayOf

inline fun floatArrayOf(vararg elements: Float): FloatArray

Returns an array containing the specified Float numbers.